01. Model Evaluation and Validation assessment
SOLUTION:
Bias is error due to erroneous or overly simplistic assumptions in the learning algorithm you’re using. Bias is often the cause of underfitting.SOLUTION:
Type I error is a false positive, while Type II error is a false negative.SOLUTION:
The data set is divided into k subsets and each time, one of the k subsets is used as the test set and the other k-1 subsets are put together to form a training set. Then the average error across all k trials is computed. This helps prevent overfitting.